projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46e7f7f
)
gtkwindow: Remove a dumb invalidate_rect from our configure_event
author
Jasper St. Pierre
<jstpierre@mecheye.net>
Thu, 26 Jun 2014 19:05:41 +0000
(15:05 -0400)
committer
Jasper St. Pierre
<jstpierre@mecheye.net>
Thu, 26 Jun 2014 19:58:45 +0000
(15:58 -0400)
We shouldn't invalidate the entire window when we receive a
ConfigureNotify. That's just broken.
gtk/gtkwindow.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwindow.c
b/gtk/gtkwindow.c
index 571533556f49db6f20dab96ff2aa817ab813e4ab..e48d552a1100b72ebdefefc8fce22f85cbd446fe 100644
(file)
--- a/
gtk/gtkwindow.c
+++ b/
gtk/gtkwindow.c
@@
-7384,8
+7384,6
@@
gtk_window_configure_event (GtkWidget *widget,
priv->configure_notify_received = TRUE;
- gdk_window_invalidate_rect (gtk_widget_get_window (widget), NULL, FALSE); // XXX - What was this for again?
-
_gtk_container_queue_resize (GTK_CONTAINER (widget));
return TRUE;